Skip to content

Build the ecosystem libmeos with the RASTER family#35

Merged
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:fix/ecosystem-libmeos-raster
Jul 9, 2026
Merged

Build the ecosystem libmeos with the RASTER family#35
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:fix/ecosystem-libmeos-raster

Conversation

@estebanzimanyi

@estebanzimanyi estebanzimanyi commented Jul 9, 2026

Copy link
Copy Markdown
Member

tools/ecosystem-generate.sh builds the all-families libmeos that every binding loads. The flag list enables CBUFFER, JSON, NPOINT, POSE, RGEO, QUADBIN and H3 but omits RASTER, so the runtime lacks the raster family the catalog exposes.

Add -DRASTER=ON alongside the other family flags. As with every family, enabling it pulls the family full dependency chain — RASTER pulls GDAL through find_package(GDAL REQUIRED), the same way H3 pulls libh3 — so the runtime carries the raster surface.

tools/ecosystem-generate.sh builds the all-families libmeos that every
binding loads. The flag list enables CBUFFER, JSON, NPOINT, POSE, RGEO,
QUADBIN and H3 but omits RASTER, so the runtime lacks the raster family
the catalog exposes.

Add -DRASTER=ON alongside the other family flags. As with every family,
enabling it pulls the family's full dependency chain -- RASTER pulls GDAL
through find_package(GDAL REQUIRED), the same way H3 pulls libh3 -- so
the runtime carries the raster surface.
@estebanzimanyi estebanzimanyi force-pushed the fix/ecosystem-libmeos-raster branch from 39df0d4 to 1d1da28 Compare July 9, 2026 12:15
@estebanzimanyi estebanzimanyi merged commit 643dac5 into MobilityDB:master Jul 9, 2026
1 check passed
@estebanzimanyi estebanzimanyi deleted the fix/ecosystem-libmeos-raster branch July 9, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant